home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap25 / dun25_4.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  1.1 KB  |  33 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>John Doe's Image Gallery</TITLE>
  5. <STYLE TYPE="text/css">
  6. BODY {
  7.  font: normal 12pt/14pt Verdana, sans-serif;
  8.  color: black; background-color: white;
  9. }
  10. H1 { font-weight: bold; font-size: 150%; text-align: center }
  11. H2 { font-weight: bold; font-size: 120%; }
  12. I { font-style: italic }
  13. B { font-weight: bolder }
  14. U { text-decoration: underline }
  15. P.links { font-size: smaller; text-align: center }
  16. P.images { text-align: center }
  17. </STYLE>
  18. </HEAD>
  19. <BODY>
  20. <H1>John Doe's Image Gallery</H1>
  21. <P>Here are some pictures you might find interesting.
  22. Follow the link on each Thumbnail to view the whole picture.
  23. <P CLASS="images">
  24. <A HREF="images/image01.gif"><IMG SRC="images/thumb01.gif"></A>
  25. <A HREF="images/image02.gif"><IMG SRC="images/thumb02.gif"></A>
  26. <A HREF="images/image03.gif"><IMG SRC="images/thumb03.gif"></A>
  27. </P>
  28. <HR>
  29. <P CLASS="links"><A HREF="../index.html">[Home]</A> <A 
  30. HREF="mailto:johndoe@somewhere.org">[Mail]</A></P>
  31. </BODY>
  32. </HMTL>
  33.